home *** CD-ROM | disk | FTP | other *** search
/ LG Super CD / LG Super CD.iso / pbd.exe / data1.cab / Win98p2k&inf / p2k_iden.inf < prev   
Encoding:
Windows Setup INFormation  |  2003-05-02  |  2.8 KB  |  101 lines

  1. ; INF file for P2k.sys in Windows 2000 and Windows 98SE
  2. ; Copyright (c) 2000-2001, Motorola, Inc.
  3.  
  4.  
  5. [Version]
  6. Signature="$Windows NT$"
  7. Class=USB
  8. ClassGUID={FEB8D079-0681-11D4-9531-0060089ABC08}
  9. Provider=%P2k.Provider%
  10.       
  11. [Manufacturer]
  12. %P2k.Manufacturer%=P2k
  13.       
  14. [ClassInstall32]
  15. AddReg=P2k.AddClassReg
  16.  
  17. [P2k]
  18. ;Motorola iDEN Patriot PID
  19. %P2k0.DeviceDesc%=P2k.INSTALL, USB\VID_0C44&PID_0021&REV_0001
  20. %P2k1.DeviceDesc%=P2k.INSTALL, USB\VID_0C44&PID_0022&REV_0001
  21.  
  22. ; TODO:  Add an optional Tag File to ensure that the end user
  23. ;        has specified the correct path to the diskette, CD-ROM,
  24. ;        or network drive.  See the INF File Reference in the
  25. ;        DDK documentation for more information on SourceDisksNames
  26. ;        sections.
  27. [SourceDisksNames]
  28. 1=%P2k.DriverDiskName%,"",1
  29.  
  30. [SourceDisksFiles]
  31. P2k.sys=1
  32.  
  33. [PreCopySection]
  34. HKR,,NoSetupUI,,1
  35.       
  36. [DestinationDirs]
  37. P2k.CopyFiles = 10,system32\drivers ; WINDOWS\SYSTEM32\DRIVERS
  38.       
  39. [P2k.INSTALL]
  40. ;CopyFiles=P2k.CopyFiles
  41. AddReg=P2k.AddRegLoader
  42.       
  43. [P2k.AddClassReg]
  44. HKR,,,,%P2k.ClassName%
  45.  
  46. [P2k.AddRegLoader]
  47. HKR,,DevLoader,,*ntkern
  48. HKR,,NTMPDriver,,P2k.sys
  49.  
  50. [P2k.INSTALL.NT]
  51. ;CopyFiles=P2k.CopyFiles
  52.  
  53. [P2k.INSTALL.NT.Services]
  54. AddService = P2k,0x00000002,P2k_Service_Inst,P2k_EventLog_Inst
  55.  
  56. [P2k_Service_Inst]
  57. ServiceType     = 1 ;%SERVICE_KERNEL_DRIVER%
  58. StartType       = 3 ;%SERVICE_AUTO_START%
  59. ErrorControl    = 1 ;%SERVICE_ERROR_NORMAL%
  60. ServiceBinary   = %12%\P2k.sys
  61. DisplayName     = %P2k.DeviceDesc%
  62.  
  63. [P2k_EventLog_Inst]
  64. AddReg=P2k.AddEventLogReg
  65.  
  66. [P2k.AddEventLogReg]
  67. HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\P2k.sys"
  68. HKR,,TypesSupported,0x00010001,7
  69.  
  70.       
  71. [P2k.CopyFiles]
  72. P2k.sys
  73.  
  74. ;---------------------------------------------------------------;
  75.       
  76. [Strings]
  77. P2k.Provider="Motorola Inc"
  78. P2k.Manufacturer="Motorola Inc"
  79. ; TODO:  Replace the following with an appropriate description
  80. ;        of this actual device.
  81. P2k.DeviceDesc="Motorola iDEN P2k Device"
  82.  
  83. P2k0.DeviceDesc="Motorola iDEN P2k0 Device"
  84. P2k1.DeviceDesc="Motorola iDEN P2k1 Device"
  85. P2k2.DeviceDesc="Motorola iDEN P2k2 Device"
  86. P2k3.DeviceDesc="Motorola iDEN P2k3 Device"
  87. P2k4.DeviceDesc="Motorola iDEN P2k4 Device"
  88. P2k5.DeviceDesc="Motorola iDEN P2k5 Device"
  89. P2k6.DeviceDesc="Motorola iDEN P2k6 Device"
  90. P2k7.DeviceDesc="Motorola iDEN P2k7 Device"
  91. P2k8.DeviceDesc="Motorola iDEN P2k8 Device"
  92. P2k9.DeviceDesc="Motorola iDEN P2k9 Device"
  93.  
  94.  
  95. ; TODO:  Replace the following with an appropriate class name
  96. ;        for this class of device.  
  97. P2k.ClassName="P2k Device"
  98. ; TODO:  If not installing from a diskette, change the following string
  99. ;        to indicate the source location.
  100. P2k.DriverDiskName="P2k Installation Directory" 
  101. ;P2k.DriverDiskName="A"